home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / space / educatio / mac / spcdctrs.sea / SpaceEducatorsHandbook / TO BE DETERMINED / background_4440.txt < prev    next >
Text File  |  1993-01-04  |  3KB  |  141 lines

  1. -- background: 4440 from stack: in
  2. -- bmap block id: 4661
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide message box
  9.   show menuBar
  10.   pass openStack
  11. end openStack
  12.  
  13.  
  14.  
  15. -- part 8 (button)
  16. -- low flags: 00
  17. -- high flags: 0000
  18. -- rect: left=256 top=298 right=321 bottom=281
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 1013 / 1013
  21. -- text alignment: 1
  22. -- font id: 0
  23. -- text size: 12
  24. -- style flags: 0
  25. -- line height: 16
  26. -- part name: Next
  27. ----- HyperTalk script -----
  28. on mouseUp
  29.   go to next card
  30. end mouseUp
  31.  
  32.  
  33.  
  34. -- part 9 (button)
  35. -- low flags: 00
  36. -- high flags: 0000
  37. -- rect: left=228 top=298 right=321 bottom=254
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 1014 / 1014
  40. -- text alignment: 1
  41. -- font id: 0
  42. -- text size: 12
  43. -- style flags: 0
  44. -- line height: 16
  45. -- part name: Prev
  46. ----- HyperTalk script -----
  47. on mouseUp
  48.   go to prev card
  49. end mouseUp
  50.  
  51.  
  52.  
  53. -- part 18 (field)
  54. -- low flags: 00
  55. -- high flags: 0001
  56. -- rect: left=118 top=43 right=93 bottom=405
  57. -- title width / last selected line: 0
  58. -- icon id / first selected line: 0 / 0
  59. -- text alignment: 0
  60. -- font id: -4
  61. -- text size: 18
  62. -- style flags: 256
  63. -- line height: 24
  64. -- part name: TITLE FIELD
  65.  
  66.  
  67. -- part 19 (field)
  68. -- low flags: 00
  69. -- high flags: 0000
  70. -- rect: left=13 top=215 right=295 bottom=247
  71. -- title width / last selected line: 0
  72. -- icon id / first selected line: 0 / 0
  73. -- text alignment: 0
  74. -- font id: 3
  75. -- text size: 12
  76. -- style flags: 0
  77. -- line height: 16
  78. -- part name: LEFT ASTRONAUT
  79.  
  80.  
  81. -- part 20 (field)
  82. -- low flags: 00
  83. -- high flags: 0000
  84. -- rect: left=246 top=215 right=297 bottom=502
  85. -- title width / last selected line: 0
  86. -- icon id / first selected line: 0 / 0
  87. -- text alignment: 0
  88. -- font id: 3
  89. -- text size: 12
  90. -- style flags: 0
  91. -- line height: 16
  92. -- part name: RIGHT ASTRONAUT
  93.  
  94.  
  95. -- part 22 (field)
  96. -- low flags: 00
  97. -- high flags: 0000
  98. -- rect: left=30 top=146 right=163 bottom=56
  99. -- title width / last selected line: 0
  100. -- icon id / first selected line: 0 / 0
  101. -- text alignment: 0
  102. -- font id: -4
  103. -- text size: 12
  104. -- style flags: 256
  105. -- line height: 16
  106. -- part name: ASTRONAUT/STATUS
  107.  
  108.  
  109. -- part 23 (field)
  110. -- low flags: 00
  111. -- high flags: 0000
  112. -- rect: left=251 top=148 right=165 bottom=277
  113. -- title width / last selected line: 0
  114. -- icon id / first selected line: 0 / 0
  115. -- text alignment: 0
  116. -- font id: -4
  117. -- text size: 12
  118. -- style flags: 256
  119. -- line height: 16
  120. -- part name: ASTRONAUT/STATUS
  121.  
  122.  
  123. -- part 25 (button)
  124. -- low flags: 00
  125. -- high flags: 8000
  126. -- rect: left=418 top=286 right=314 bottom=486
  127. -- title width / last selected line: 0
  128. -- icon id / first selected line: 0 / 0
  129. -- text alignment: 1
  130. -- font id: 0
  131. -- text size: 12
  132. -- style flags: 0
  133. -- line height: 16
  134. -- part name: 
  135. ----- HyperTalk script -----
  136. on mouseUp
  137.   go to card id 3019 of stack "HOME CARD"
  138. end mouseUp
  139.  
  140.  
  141.